Android-nRF-Wifi-Provisioner
Toggle table of contents
1.3.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android-nRF-Wifi-Provisioner
ble
/
no.nordicsemi.android.wifi.provisioner.ble.proto
/
[androidJvm]Info
Info
class
Info
(
val
version
:
Int
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
:
Message
<
Info
,
Nothing
>
Response payload for returned from Version characteristic.
Members
Constructors
Info
Link copied to clipboard
constructor
(
version
:
Int
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
adapter
Link copied to clipboard
val
adapter
:
ProtoAdapter
<
Info
>
unknown
Fields
Link copied to clipboard
open
val
unknownFields
:
ByteString
version
Link copied to clipboard
val
version
:
Int
The fw version as integer.
Functions
copy
Link copied to clipboard
fun
copy
(
version
:
Int
=
this.version
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
Info
encode
Link copied to clipboard
fun
encode
(
)
:
ByteArray
fun
encode
(
stream
:
OutputStream
)
fun
encode
(
sink
:
BufferedSink
)
encode
Byte
String
Link copied to clipboard
fun
encodeByteString
(
)
:
ByteString
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
without
Unknown
Fields
Link copied to clipboard
fun
withoutUnknownFields
(
)
:
Info